Class NATListPoolImpl

All Implemented Interfaces:
IPCData, NATList, NATListPool

public class NATListPoolImpl extends NATListImpl implements NATListPool
  • Field Details

    • pool

      protected String pool
  • Constructor Details

    • NATListPoolImpl

      public NATListPoolImpl()
  • Method Details

    • getPool

      public String getPool()
      Specified by:
      getPool in interface NATListPool
      Returns:
      String Returns a String
    • setPool

      public void setPool(String pool)
      Specified by:
      setPool in interface NATListPool
      Parameters:
      pool - Takes in a parameter of pool
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Overrides:
      read in class NATListImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object